Invoke(Delegate,Object[]) Method
In This Topic
Syntax
'Declaration
Public Overloads Function Invoke( _
ByVal As System.Delegate, _
ByVal ParamArray () As System.Object _
) As System.Object
public System.object Invoke(
System.Delegate ,
params System.object[]
)
Parameters
- method
- args
See Also